home *** CD-ROM | disk | FTP | other *** search
/ PC Format 8 (5.25") / PC Format - Issue 8 May 1992 First Publisher - Disk 2.ima / PCF.BAT < prev    next >
DOS Batch File  |  1992-04-30  |  832b  |  61 lines

  1. echo off
  2. cls
  3.  
  4. nocurs
  5. disp menu\pcf0 1
  6. disp menu\firstpub 1
  7. :start
  8. disp menu\firstpub 2
  9. getkey ix
  10.  
  11. if errorlevel 2 goto quit
  12. if errorlevel 1 goto install
  13.  
  14. :install
  15. disp menu\wdrive 2
  16. getkey abm
  17.  
  18. if errorlevel 3 goto start
  19. if errorlevel 2 goto instb
  20. if errorlevel 1 goto insta
  21.  
  22. :insta
  23. cls
  24. echo Copying compressed file
  25. copy publish\*.* c:\pub
  26. c:
  27. cd\pub
  28. echo Restoring First Publisher program files
  29. disk2
  30. echo Initiazing Printers...
  31. pause
  32. printer
  33. echo Activating First Publisher...
  34. pause
  35. fp
  36. a:
  37. goto quit
  38.  
  39. :instb
  40. cls
  41. echo Copying compressed file
  42. copy publish\*.* c:\pub
  43. c:
  44. cd\pub
  45. echo Restoring First Publisher program files
  46. disk2
  47. echo Initiazing Printers...
  48. pause
  49. printer
  50. echo Activating First Publisher....
  51. pause
  52. fp
  53. b:
  54. goto quit
  55.  
  56. :quit
  57. cls
  58. disp menu\pcfend 2
  59. pause
  60. cls
  61. cursor